GtkColorSwatch: Avoid style context underflow
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Oct 2014 22:15:23 +0000 (18:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 12 Oct 2014 22:15:23 +0000 (18:15 -0400)
commite1ff15549b52f47b42fb128011f9493eb8a71f43
tree47992f45080a3be13973412086e670acf4f2f3a4
parent9f3dfa203132a5d05b412cfd27ee9833ddfef665
GtkColorSwatch: Avoid style context underflow

The last change accidentally removed the later restore, and
left the earlier, so we ended up with a restore-save sequence.
Thankfully, GtkStyleContext warns about this.
gtk/gtkcolorswatch.c